home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / fifo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-15  |  63 b   |  7 lines

  1. #ifndef FIFO_H
  2. #define FIFO_H
  3.  
  4. extern int fifo_make();
  5.  
  6. #endif
  7.